home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8143 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.microsoft.com!news
  2. From: a-cnadc@microsoft.com (Dann Corbit)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: passing arguments to main()
  5. Date: 1 Mar 1996 21:36:40 GMT
  6. Organization: Microsoft Corporation
  7. Message-ID: <4h7ql8$4rs@news.microsoft.com>
  8. References: <4h78t1$nqq@netnews.upenn.edu>
  9. NNTP-Posting-Host: 157.57.171.202
  10. Mime-Version: 1.0
  11. X-Newsreader: WinVN 0.93.14
  12.  
  13. In article <4h78t1$nqq@netnews.upenn.edu>, daniels@oasis.rad.upenn.edu says...
  14. >
  15. >Hello,
  16. >
  17. >I have a question about c I am not very good with programming. I have this 
  18. >project that I want to take two strings one a name the other being an 80
  19. >character message(sentence). I want it to spit out a simplt print statement at
  20. >an Unix prompt. But I don't know how to pass arguments to main(). also I can't 
  21. >get the output to be entered in at the unix prompt. I want the output to be a 
  22. >command. for a simple example
  23. >
  24. > printf("ping 165.234.323.222");
  25. >
  26. >will not ping this address it only prints this statement before the prompt
  27. >
  28. > any help would be greatly appreciated
  29. >--
  30. >Jamie   
  31. see the man page for the system() function.
  32. -- 
  33. The opinions expressed in this message are my own personal views
  34. and do not reflect the official views of Microsoft Corporation.
  35. In fact, I'm just a subcontractor, not an employee, so pull in your claws.
  36.  
  37.